This commit allows building the package without downloading enterprise
numbers from the IANA PEN registry. This enables offline builds and
reduces storage usage, especially on devices with limited space.
Signed-off-by: Oliver Sedlbauer <[email protected]>
PKG_NAME:=ipmitool
PKG_VERSION:=1.8.19
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://codeberg.org/IPMITool/ipmitool
--disable-intf-free \
--enable-intf-open \
--enable-intf-imb \
- --enable-ipmishell
+ --enable-ipmishell \
+ --disable-registry-download
$(eval $(call BuildPackage,ipmitool))